Welcome![Sign In][Sign Up]
Location:
Search - Java FTP server

Search list

[Ftp ClientFTP2

Description: 很好用的ftp server, java编写-Well with the ftp server, java write
Platform: | Size: 12288 | Author: yi | Hits:

[Ftp ClientFTPClient

Description: 在JAVA程序中,经常需要和FTP打交道,比如向FTP服务器上传文件、下载文件,本文简单介绍如何利用jakarta commons中的FTPClient(在commons-net包中)实现上传下载文件。 所用到的jar包有: commons-net-1.4.1.jar jakarta-oro.jar-In JAVA program, often need to deal with and FTP, such as to the FTP server to upload files, download files, the paper simply introduces how to use the Jakarta Commons FTPClient (in the Commons-net bags) realize upload download files. The jar used package are: Commons-net-1.4.1. Jar Jakarta-oro. Jar
Platform: | Size: 245760 | Author: 刘金海 | Hits:

[JSP/Javajftpd-0.3

Description: 国外大牛01年用java写的ftp服务器,很简单,适合初学者拿来学习用,不过后来没有再进行更新,所以实用的话就算了-Daniel abroad ftp server written in Java in 2001, it is simple for beginners to be used to study,But then no further updates, so the actual use is not good
Platform: | Size: 48128 | Author: 逆流河 | Hits:

[Ftp Clientftp4j

Description: ftp4j是一个FTP客户端Java类库,实现了FTP客户端应具有的大部分功能。可以将ftp4j嵌到你的Java应用中,来传输文件(包括上传和下 载),浏览远程FTP服务器上的目录和文件,创建、删除、重命,移动远程目录和文件。ftp4j提供多种方式连接到远程FTP服务器包括:通过 TCP/IP直接连接,通过FTP代理、HTTP代理、SOCKS4/4a代理和SOCKS5代理连接,通过SSL安全连接。-ftp4j an FTP client-side Java class libraries, most of the functionality of the FTP client should have. You can ftp4j embedded in your Java applications, to transfer files (upload and download), browse directories and files on remote FTP server, create, delete, rename, move remote directories and files. ftp4j provide a variety of ways including: direct connection via TCP/IP through the FTP proxy, HTTP proxy SOCKS4/4a proxy and SOCKS5 proxy to connect through SSL secure connection to connect to a remote FTP server.
Platform: | Size: 83968 | Author: zouchungang | Hits:

[Ftp ClientTestFTP_ddxc

Description: 一个java编写的FTP源码,包含服务器和客户端。-FTP source code written in Java, including server and client.
Platform: | Size: 1928192 | Author: 李振宇 | Hits:

[JSP/JavaFtp

Description: 用Java实现的ftp上传,下载,多线程功能。并且带有图形界面。分为客户端Client和服务器端Server。-Java implementation of the ftp upload, download, multi-threading capability. And with a graphical interface. Divided into client Client and server-side Server.
Platform: | Size: 48128 | Author: girlatsnow | Hits:

[JSP/JavaFtpDemo

Description: java从ftp服务器中下载的程序,里边有读写ftp中文件的功能-java program downloaded from the ftp server, inside FTP file read and write
Platform: | Size: 4142080 | Author: jiafeng | Hits:

[androidMulti_send

Description: 使用Java语言编写的软件,能实现从FTP服务器下载文件并转发给其他客户端,实现多流并发-Software using the Java language, you can download files from an FTP server and forward it to other clients, to achieve multi-stream concurrent
Platform: | Size: 952320 | Author: shihonglu | Hits:

[JSP/JavaMyJavaServer

Description: 用java编写的FTP服务器、客户端。服务器底层采用apache FTPserver的JAR包。客户端底层采用sun.net包。两者都可以独立使用。在myeclipse10.6里面编写,java版本是1.6。是高级计算机网络课的最后的大作业,学长只能帮你们到这了。-FTP server using java client. Server using apache FTPserver underlying the JAR package. Underlying client uses sun.net packages. Both can be used independently. In myeclipse10.6 written inside, java version is 1.6. Is an advanced computer network class last big job, seniors can only help you to this now.
Platform: | Size: 3129344 | Author: tangweicheng | Hits:

[JSP/JavaFTPServer

Description: 实现了用Java语言实现FTP协议-服务器端程序。-It implements the FTP protocol implementation using Java language- server-side program.
Platform: | Size: 17408 | Author: wendy | Hits:

[androidswiftp

Description: 基于Java开发的Android FTP服务器软件源码——SwiFTP,简单易用、体积小巧。默认运行在 2121 端口,也可以配置到其他端口上,SwiFTP 屏幕上将显示 wifi 的 IP 地址,支持任何一个 FTP 客户端软件-Java-based development of Android FTP server software source code- SwiFTP, easy to use, compact size. The default port is running in 2121, can also be configured to other ports, SwiFTP IP address is displayed wifi support any FTP client software
Platform: | Size: 4500480 | Author: gpudn26 | Hits:

[JSP/JavaUSEFTPAPPLET

Description: 摘要:Java源码,网络相关,FTP Java编写实现一个FTP客户端程序,通过该客户端连接指定的服务器。useFtpApplet 类继承了Applet 类,在init()中实现的是此Applet 的初始化,设置布局和背景,建立文本、标签和文本域。   Connect()方法使用主机地址、用户名和密码作为参数,建立与主机的连接。使用new 生成新的FtpClient 类实例,使用login()方法登录FTP 服务器,调用showFileContents()方法显示文件内容。   Stop()方法使用FtpClient 对象的closeServer()方法关闭服务器连接。   Action()方法监听按钮,并对发生的按钮事件进行处理,通过使用判定语句evt.target == BtnConn来跟踪用户是否单击连接按钮,如果发生单击事件,则通过调用connect()方法来进行连接。如果evt.target == BtnClose 则调用stop()方法来断开连接。   SendFile()方法实现的是上载文件的功能。ShowFileContents()方法显示文件内容。在main()方法中生成此类实例,初始化线程,启动线程。-Summary: Java source code, network-related, FTP Java prepared to achieve an FTP client program, through which clients connect to the specified server. useFtpApplet class inherits Applet class, init () is initialized in the realization of this Applet, set the layout and background, the establishment of the text, labels and text fields. Connect () method uses the host address, user name and password as parameters to establish a connection with the host. FtpClient using the new generation of new class instance, use login () method FTP server, call showFileContents () method to display the contents of the file. Stop () method uses FtpClient object closeServer () method to close the server connection. Action () method listening button, and button events are processed through the use of judgment statement evt.target == BtnConn to track whether the user click the Connect button, if you click an event occurs, by calling the connect () method to connection. If evt.target == BtnClose calling
Platform: | Size: 8192 | Author: 郭涛 | Hits:

[JSP/Javaftpdemo

Description: 简单的FTP服务器与客户端:支持命令:? ls get 服务器端:1,服务器accept 多个客户socket, 使用【多线程】2,每个接受上来的客户socket,只对应【单线程】处理各类请求即可! 客户端:客户端多线程: 1个负责 请求发送,另1个负责 接收服务器的反馈信息-ftpdemo, a simple ftp java programe! Server: ServerSocket accept socketAgentThread FtpServer server = new FtpServer() server.listen(8800) ServerSocket ss = new ServerSocket(port) Client: Socket receiveResponder sendRequester
Platform: | Size: 3072 | Author: 周俊 | Hits:

[JSP/Javauseftpapplet

Description: Java编写实现一个FTP客户端程序,通过该客户端连接指定的服务器。useFtpApplet 类继承了Applet 类,在init()中实现的是此Applet 的初始化,设置布局和背景,建立文本、标签和文本域。   Connect()方法使用主机地址、用户名和密码作为参数,建立与主机的连接。使用new 生成新的FtpClient 类实例,使用login()方法登录FTP 服务器,调用showFileContents()方法显示文件内容。 -Java prepared to achieve an FTP client program, through which clients connect to the specified server. useFtpApplet class inherits the Applet class, init () is initialized in the realization of this Applet, set the layout and background, the establishment of the text, labels and text fields. Connect () method uses the host address, user name and password as parameters to establish a connection with the host. Use new FtpClient generate a new instance of the class, using the login () method to log FTP server, call showFileContents () method to display the file contents.
Platform: | Size: 8192 | Author: mpudn38 | Hits:

[JSP/JavaFtpTest

Description: ftp4j是一个FTP客户端Java类库,实现了FTP客户端应具有的大部分功能。可以将ftp4j嵌到你的Java应用中,来传输文件(包括上传和下载),浏览远程FTP服务器上的目录和文件,创建、删除、重命,移动远程目录和文件。ftp4j提供多种方式连接到远程FTP服务器包括:通过 TCP/IP直接连接,通过FTP代理、HTTP代理、SOCKS4/4a代理和SOCKS5代理连接,通过SSL安全连接。-ftp4j is an FTP client Java library that implements the FTP client should have most of the functionality. You can ftp4j embedded into your Java application to transfer files (including uploading and downloading), browse directories and files on the remote FTP server, create, delete, rename, move remote directories and files. ftp4j provides multiple ways to connect to a remote FTP server includes: a direct connection via TCP/IP, via FTP proxy, HTTP proxy, SOCKS4/4a proxy and SOCKS5 proxy connection through SSL secure connection.
Platform: | Size: 260096 | Author: 小夜 | Hits:

[JSP/Java420121111181913

Description: java实现的FTP服务器端的程序,利用了多线程,同时实现了List,AddUser..等等的功能-The ftp server developed by java, take advantage of the multi_threads to implement the List AddUser ect.
Platform: | Size: 7168 | Author: jinshengfu | Hits:

[JSP/JavaFTPServer

Description: 用Java实现的FTP服务器程序,能够实现基本的FTP命令,图形化用户界面-a ftp server that realized by JAVA, which includes basic commands of FTP protocol, and have gui for users to use.
Platform: | Size: 20480 | Author: jumbo lero | Hits:

[JSP/Javayuanma

Description: java用socket编写的FTP服务器和客户端,能够进行连接,-Java write FTP server and client
Platform: | Size: 12288 | Author: 鱼儿 | Hits:

[JSP/JavaFtpServ201604010203

Description: FTP服务器源码,基于SSL的安全握手通讯方式-source code of FTP server by java
Platform: | Size: 2319360 | Author: 景叔武 | Hits:

[JSP/JavaFTPClientForJava

Description: 该FTP客户端是用java swing写的,使用时需要自己配置服务器,实现FTP客户端上传下载等功能(The FTP client is written in Java swing, when using the need to configure the server, realize the FTP client uploads and downloads, etc.)
Platform: | Size: 220160 | Author: 境界彼方 | Hits:
« 1 2 3 4 5 6 78 »

CodeBus www.codebus.net